home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / net / bind-contrib.tar.gz / bind-contrib.tar / contrib / misc / settransfer-gaine.shar / ns_req.c-DIFF < prev    next >
Encoding:
Text File  |  1996-10-25  |  656 b   |  24 lines

  1. *** ns_req.c-    Fri Dec 29 02:16:21 1995
  2. --- ns_req.c    Fri Mar 22 14:13:55 1996
  3. ***************
  4. *** 710,717 ****
  5.               foundname, count, founddata, cname));
  6.   
  7.   #ifdef SORT_RESPONSE
  8. !     if ((lp = local(from)) != NULL) 
  9. !         sort_response(answers, count, lp, *cpp);
  10.   #endif
  11.   #ifdef BIND_NOTIFY
  12.       if (type == T_SOA &&
  13. --- 710,719 ----
  14.               foundname, count, founddata, cname));
  15.   
  16.   #ifdef SORT_RESPONSE
  17. ! #if !defined(SETTRANSFER) || defined(ROUND_ROBIN)
  18. !         if ((lp = local(from)) != NULL)
  19. !                 sort_response(answers, count, lp, *cpp);
  20. ! #endif /* !SETTRANSFER || ROUND_ROBIN */
  21.   #endif
  22.   #ifdef BIND_NOTIFY
  23.       if (type == T_SOA &&
  24.